home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 253
- Top = 128
- BorderStyle = bsSingle
- Caption = 'Replace resource ...'
- ClientHeight = 318
- ClientWidth = 267
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object Label2: TLabel
- Left = 36
- Top = 84
- Width = 108
- Height = 14
- Caption = 'Select &new resource: '
- FocusControl = TreeView1
- end
- object Label1: TLabel
- Left = 48
- Top = 219
- Width = 171
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'No matching resource found.'
- end
- object Button1: TButton
- Left = 48
- Top = 17
- Width = 173
- Height = 23
- Caption = '&Open file with new resource...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 34
- Top = 50
- Width = 200
- Height = 22
- Color = 14737632
- Enabled = False
- ReadOnly = True
- TabOrder = 1
- end
- object TreeView1: TTreeView
- Left = 34
- Top = 104
- Width = 199
- Height = 106
- ReadOnly = True
- HideSelection = False
- Indent = 19
- OnChange = TreeView1Change
- TabOrder = 2
- Images = ImageList1
- end
- object Button3: TButton
- Left = 48
- Top = 274
- Width = 171
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 4
- end
- object Button4: TButton
- Left = 48
- Top = 243
- Width = 171
- Height = 23
- Caption = '&Replace'
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Res Files (*.res)|*.res'
- Options = [ofHideReadOnly, ofFileMustExist]
- Left = 138
- Top = 145
- end
- object ImageList1: TImageList
- Left = 168
- Top = 146
- end
- end
-